Account Service Implementation
@Singleton
Implementation of AccountService that interacts with Firebase for user authentication and account management.
Constructors
Functions
Link copied to clipboard
Authenticate a user with their email and password. This logs the user into their account.
Link copied to clipboard
Create a new account using the provided email and password. This registers a new user with the specified email and password.
Link copied to clipboard
Create an anonymous account for the user. This signs the user in anonymously.
Link copied to clipboard
Link the current account to a new email and password. This allows the user to associate an email and password with their account.